github.com/gotd/td/mtproto.Conn.authKey (field)

7 uses

	github.com/gotd/td/mtproto (current package)
		bind.go#L207: 	c.authKey = crypto.AuthKey{}
		conn.go#L72: 	authKey    crypto.AuthKey
		conn.go#L150: 		authKey: opt.Key,
		conn.go#L172: 		conn.authKey = crypto.AuthKey{}
		connect.go#L151: 	c.authKey = r.AuthKey
		connect.go#L195: 	c.authKey = r.AuthKey
		session.go#L21: 		Key:     c.authKey,